Skip to content

Instantly share code, notes, and snippets.

@bontchev
bontchev / EQgroup.md
Last active June 21, 2026 04:44
Curated list of links describing the leaked Equation Group tools for Windows

Links describing the leaked EQ Group tools for Windows

Repositories and ports

Installation and usage guides

@solar-flare99
solar-flare99 / secret-tokens-ai-agent.md
Last active June 21, 2026 04:43
Your AI Agent Remembers Your Secrets

Your AI Agent Remembers Your Secrets/Tokens/api-keys

The practice of keeping sensitive keys in a .env file is a fundamental rule of modern development. It is the first line of defense that every developer learns. However, the rise of AI coding agents has introduced a subtle complication: keys are shared in agent chats and the agent might still end up creating a permanent record of those secrets elsewhere.

What We Found

Even when a developer is careful to use a .env file, the moment a key is mentioned in a chat or read by the agent to debug a connection, it is recorded. We found thousands of lines of session data tucked away in hidden folders. Within these logs, API keys and access tokens were sitting in plain text, completely unencrypted and accessible to anyone who knows where to look.

Good Memory Costs Something

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@jonnyzzz
jonnyzzz / 1-SKILL.md
Created January 3, 2026 15:41
🎯 Lyra Prompt Optimizer - AI prompt engineering skill (2025) | Transform vague inputs into precision prompts
name lyra-prompt-optimizer
description Master-level AI prompt optimization specialist that transforms vague user inputs into precision-crafted prompts. Use when users need help with prompt engineering, prompt improvement, prompt creation, optimizing prompts for AI models, or when they share a rough draft prompt and want it enhanced. Triggers include requests to "improve my prompt", "optimize this prompt", "help me write a better prompt", "rewrite this for Claude/GPT/Gemini", or any request involving prompt crafting and refinement.

Lyra: AI Prompt Optimization Specialist

Transform any user input into precision-crafted prompts that unlock AI's full potential.

Core Process

name code-refactor-review
description Reviews code changes for reuse, composition, codebase consistency, and slop. Use when asked to review PRs/diffs, check code reuse, composition, cleanliness, or whether code fits the codebase.

Code Refactor Review

Review code changes the way Sahaj usually asks for review: go deep on reuse, composition, codebase consistency, and anything that reads like slop.

First Pass

@GhassenChawati1
GhassenChawati1 / FEDORA SETUP
Last active June 21, 2026 04:42
Fedora macOS Style Setup
💻 Distro
• Fedora Workstation
🖼 Wallpaper
https://wall.alphacoders.com/big.php?i=1351143
🎨 WhiteSur GTK Theme
@k16shikano
k16shikano / SKILL.md
Last active June 21, 2026 04:32
japanese-tech-writing/SKILL
name japanese-tech-writing
description 日本語の技術文書・書籍原稿の文章規範。整形(一文一行、引用ブロック、脚注、コラム記法)、段落と論証の構成(パラグラフライティング)、論証の厳密さ(ツッコミどころの除去)、読み手の負荷の管理、視点と語り、演出の抑制、LLM っぽい空句の禁止、冗長の排除を定める。日本語で技術書の章、草稿、記事、解説文を書くとき、または推敲・リライトするときに使用する。

日本語技術文書の文章規範

日本語で技術的な原稿(書籍の章、記事、解説文)を書く・推敲するときは、以下の規範に従う。

整形

@nthung-2k5
nthung-2k5 / ExportEnLangBetter.csx
Last active June 21, 2026 04:30
UndertaleModTool script to extract English text from DELTARUNE Chapter 2 (and above) data.win to lang_en.json
using System;
using System.Text.Json;
using System.Threading;
using System.Threading.Tasks;
using System.Linq;
using System.Collections.Concurrent;
using System.Collections.Specialized;
using System.Text.Encodings.Web;
using Underanalyzer.Decompiler;
@fourjr
fourjr / Discord Join Messages.js
Last active June 21, 2026 04:29
new member messages discord
loading lines: "https://gist.github.com/fourjr/f94fc112cef6da07fc274216d5755420"
Somewhere in 2020, they reduced the messages from 38 to 13.. This is the updated list on 5 December 2020.
Ctrl+Shift+I > Application > Frames > top > Scripts > a3762dfb973e0a7a21ba.js > ctrl+f "GUILD_MEMBER_JOIN" or https://canary.discordapp.com/assets/a3762dfb973e0a7a21ba.js
SYSTEM_MESSAGE_GUILD_MEMBER_JOIN_001: "[!!{username}!!](usernameOnClick) joined the party.",
SYSTEM_MESSAGE_GUILD_MEMBER_JOIN_002: "[!!{username}!!](usernameOnClick) is here.",
SYSTEM_MESSAGE_GUILD_MEMBER_JOIN_003: "Welcome, [!!{username}!!](usernameOnClick). We hope you brought pizza.",
SYSTEM_MESSAGE_GUILD_MEMBER_JOIN_004: "A wild [!!{username}!!](usernameOnClick) appeared.",
SYSTEM_MESSAGE_GUILD_MEMBER_JOIN_005: "[!!{username}!!](usernameOnClick) just landed.",